From: Jérémy Lal Date: Tue, 24 Mar 2026 21:11:25 +0000 (+0100) Subject: Link to -latomic by default X-Git-Tag: archive/raspbian/20.19.2+dfsg-1+rpi1+deb13u2^2~38 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/success//%22mailto:hdevalence%40gmail.com/%22/%22http:/www.example.com/cgi/success/%22mailto:hdevalence%40gmail.com/%22?a=commitdiff_plain;h=a63c2b7237c7e9cf50b925a1d4972fdba0520d54;p=nodejs.git Link to -latomic by default Last-Update: 2019-10-25 Forwarded: not-needed Bug: https://github.com/nodejs/node/pull/28532 Bug: https://github.com/nodejs/node/issues/30093 This avoids surprises on mips*el/ppc*el Gbp-Pq: Topic build Gbp-Pq: Name flag_atomic.patch --- diff --git a/node.gypi b/node.gypi index 46c7c7e35..0e4a32df5 100644 --- a/node.gypi +++ b/node.gypi @@ -346,6 +346,9 @@ 'libraries!': [ '-lrt' ], + 'libraries': [ + '-latomic' + ] }], [ 'OS in "freebsd linux"', { 'ldflags': [ '-Wl,-z,relro',